From: Chong Yidong Date: Sat, 18 Jun 2011 19:23:43 +0000 (-0400) Subject: Merge fix for Bug#8879 from trunk X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17^2~58^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aebbe3c70c5b6f37134fed65834950ebdaadcc84;p=emacs.git Merge fix for Bug#8879 from trunk --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b68bc93199..9fcf6964908 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-06-18 Chong Yidong + + * textmodes/fill.el (default-justification): Add :safe (Bug#8879). + 2011-06-09 Eli Zaretskii * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 044806ef5b0..8c2b54b05d8 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -1053,6 +1053,7 @@ The `justification' text-property can locally override this variable." (const full) (const center) (const none)) + :safe 'symbolp :group 'fill) (make-variable-buffer-local 'default-justification)